encoding/json.field.name (field)
11 uses
encoding/json (current package)
decode.go#L738: d.errorContext.FieldStack = append(d.errorContext.FieldStack, f.name)
encode.go#L1070: name string
encode.go#L1176: name: name,
encode.go#L1184: field.nameBytes = []byte(field.name)
encode.go#L1189: field.nameNonEsc = `"` + field.name + `":`
encode.go#L1239: next = append(next, field{name: ft.Name(), index: index, typ: ft})
encode.go#L1249: if c := strings.Compare(a.name, b.name); c != 0 {
encode.go#L1275: name := fi.name
encode.go#L1278: if fj.name != name {
encode.go#L1304: exactNameIndex[field.name] = &fields[i]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |